gtk/deprecated/gtkcolorsel.c: Include gtkwindowgroup.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Jun 2014 06:45:35 +0000 (14:45 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Jun 2014 06:45:35 +0000 (14:45 +0800)
Since commit 872fbfac the GtkWindowGroup was split out from the GtkWindow
sources, so include gtkwindowgroup.h to avoid C4013 warnings/errors
(implicit declaration of ...) on gtk_window_group_add_window().

gtk/deprecated/gtkcolorsel.c

index b07211c665a6acb05befd858ff28f26887114404..6f9bd12df85518aebdbed6a9c6d62c7c97d39822 100644 (file)
@@ -36,7 +36,7 @@
 #include "gtkadjustment.h"
 #include "gtkorientable.h"
 #include "gtkhsv.h"
-#include "gtkwindow.h"
+#include "gtkwindowgroup.h"
 #include "gtkselection.h"
 #include "gtkcolorutils.h"
 #include "gtkdnd.h"